net/http.routingNode.addSegments (method)
4 uses
net/http (current package)
routing_tree.go#L50: n.addSegments(p.segments, p, h)
routing_tree.go#L56: func (n *routingNode) addSegments(segs []segment, p *pattern, h Handler) {
routing_tree.go#L70: n.addChild("").addSegments(segs[1:], p, h)
routing_tree.go#L72: n.addChild(seg.s).addSegments(segs[1:], p, h)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |